home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_5718_TXWCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
144b
|
7 lines
global EBWin
repeat with x = 1 to the number of lines in EBWin
if line x of EBWin = n then
delete line x of EBWin
exit repeat
end if
end repeat